home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 19 / CU Amiga Magazine's Super CD-ROM 19 (1998)(EMAP Images)(GB)[!][issue 1998-02].iso / CUCD / Sound / THX / THX-Offsets.I < prev    next >
Text File  |  1997-10-20  |  1KB  |  30 lines

  1. ;-------------------T-----------T-----------------T---------T---------------
  2.  
  3. ;variables have move! be sure to include THIS offsets.i !!!
  4.  
  5. thxInitCIA          = 0*4       ;now implemented, reference doc file for use!
  6. thxInitPlayer       = 1*4
  7. thxInitModule       = 2*4
  8. thxInitSubSong      = 3*4
  9. thxInterrupt        = 4*4
  10. thxStopSong         = 5*4
  11. thxKillPlayer       = 6*4
  12. thxKillCIA    = 7*4       ;now implemented, reference doc file for use!
  13. thxNextPattern    = 8*4    ;implemented, although no-one requested it :-)
  14. thxPrevPattern    = 9*4    ;implemented, although no-one requested it :-)
  15.  
  16. ;^^^ inserted next/prev-pattern, so bss_p etc. have MOVED!!!
  17.  
  18. thxBSS_P            = 10*4      ;pointer to thx's public (fast) memory block
  19. thxBSS_C            = 11*4      ;pointer to thx's explicit chip memory block
  20. thxBSS_Psize        = 12*4      ;size of public memory (intern use only!)
  21. thxBSS_Csize        = 13*4      ;size of chip memory (intern use only!)
  22. thxModule           = 14*4      ;pointer to thxModule after InitModule
  23.  
  24. thx_pExternalTiming = 0         ;byte, offset to public memory block
  25. thx_pMainVolume     = 1         ;byte, offset to public memory block
  26. thx_pSubsongs       = 2         ;byte, offset to public memory block
  27. thx_pSongEnd        = 3         ;flag, offset to public memory block
  28. thx_pPlaying        = 4         ;flag, offset to public memory block
  29.  
  30.